From 27281b0ee8bef3ef65405f5dbf56bfdfd7b01edd Mon Sep 17 00:00:00 2001 From: Jeffrey C Honig Date: Mon, 20 Aug 2007 16:30:43 +0000 Subject: [PATCH] * mh-mime.el (message-options-set): Add missing autoloads from my last change. --- lisp/mh-e/mh-mime.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mh-e/mh-mime.el b/lisp/mh-e/mh-mime.el index ffe558d1a62..f67220eaaf2 100644 --- a/lisp/mh-e/mh-mime.el +++ b/lisp/mh-e/mh-mime.el @@ -60,7 +60,10 @@ (autoload 'mail-decode-encoded-word-string "mail-parse") (autoload 'mail-header-parse-content-type "mail-parse") (autoload 'mail-header-strip "mail-parse") +(autoload 'message-options-get "message") +(autoload 'message-options-set "message") (autoload 'message-options-set-recipient "message") +(autoload 'mh-alias-expand "mh-alias") (autoload 'mm-decode-body "mm-bodies") (autoload 'mm-uu-dissect "mm-uu") (autoload 'mml-unsecure-message "mml-sec") -- 2.30.2